| Class | Description |
|---|---|
| CommandLineOptions |
This class is used to interpret commandline parameters specified when starting Genius.
|
| CommandLineRunner |
Class to allow Negotiations to be run from the command line, without the use of a GUI.
|
| DomainGenerator |
The domain generator automatically generates domain given a requested
value for opposition and bid distribution.
|
| Main | |
| Pair<A,B> |
A simple tuple class.
|
| Queue |
Array-based implementation of the queue.
|
| Range |
This is a tuple class which is used to pass on a double range.
|
| RangeInt |
This is a tuple class which is used to pass on an integer range.
|
| ScoreKeeper<A> |
Simple class which can be used to keep track of the score of a set of objects.
|
| Serializer<A> |
Series of methods to (un)serialize an object to a string
to store it as a file.
|
| SetTools |
Class which generates the Cartesian product of a list of sets.
|